strange name with spaces and const

data class strange name with spaces and const(val param1: String = "param1", var param2: Int, val strange name with spaces too: Long = 123)(source)

Data Class with spaced name and const values in ~args~

Constructors

Link copied to clipboard
constructor(param1: String = "param1", param2: Int, strange name with spaces too: Long = 123)

Properties

Link copied to clipboard
Link copied to clipboard
var param2: Int